home *** CD-ROM | disk | FTP | other *** search
- // This file provides sample plugins for use with the mini-console program
- // that ships with BlackICE. This file is located in the subdirectory
- // called "plugins". In a default installation, this would be
- // the directory "c:\Program Files\Network ICE\BlackICE\plugins".
- //
- // There are many types of plugins, but text files with this format
- // and the extension ".web" will add menu items that launch web-pages when
- // selected. These URLs may contain information about the currently
- // hilited attack or intruder.
- //
- // A specification consists of three parts:
- // url
- // This is a URL, containing optional fields (see the meaning of $
- // below). This URL will be opened in the web page when this item
- // is selected
- // menutext
- // This is the logical "path" of the menu. For example, the
- // specification "Plugins\One\Two" means the user first selects
- // the main menu, then the "Plugins" submenu, then the "One"
- // submenu off of that, then finally this item labeled "Two".
- // See below for more information.
- // END
- // Every specification must end with an "END", at which point
- // you can add another specification.
- //
- // A URL contains optional fields. These fields consist of a '$' character
- // followed by a number/letter. The number indicates the value of a column
- // from the file "attack-list.csv" from the currently selected attack/intruder.
- // For example, if the current selection has the IP address of "192.0.2.123",
- // then the field of "$4" in the URL will be replaced with this address.
- // Note that fields start counting with the number 0.
- //
- // When specifying the menutext, the first item is the "root" menu item. These
- // roots are:
- // Main\xxxx
- // Adds to a special "xxxx" menus off of
- // the main menubar.
- // Main\Tools
- // Adds to the "Tools" menu off of the main menubar.
- // Help
- // Causes the menu to be added to the "Help" menu. Note that
- // (currently) this is the same as "Main\&Help" (though that
- // may change as we move things around in the future.
- // Attacks
- // Adds to the right-hand-click popup menu on the Attacks page.
- // Intruders
- // Adds to the right-hand-click popup menu on the Intruders page.
- //
- // Remember that we will change the user interface in
- // the future, which might break things (or older users will download
- // newer plugins).
-
- url = http://advice.networkice.com/advICE/Support/KB
- menutext = Help\Support &Knowledge Base
- END
-
- //url = http://www.samspade.org/cgi/nph-lookat.cgi?address=$4&whois=on&ipblock=on&traceroute=on
- //menutext = Intruders\SamSpade
- //END
-